question_bank_creator 0.29.9

This program is targeted at teachers & homeschool parents and is especially useful for teaching math. It allows the construction of test/worksheet/quiz questions that contain dynamic content. The teacher can create variables that generate values/strings using random or pseudo-random criteria set by the user. Once constructed, the question is stored in a file (or 'question bank') for later access as needed. Teachers can also make the program/questions available to students for student directed practice.
Documentation


                            Struct Fields Defaults from   new()
                            
                var_fname: "new_variable".to_string(),
                params: VarPrmtrs::new(),
                list_fname: "".to_string(),
                content: Integer(0),
                var_type: "Strings".to_string(),           
                
                                 
                            
                            Default Values from   new()

                is_string: false,
                is_char: false,
                is_from_list: false,
                is_int: true,
                is_float: false,
                num_min_int: 0,
                num_max_int: 0,
                num_min_float: 0.0,
                num_max_float: 0.0,
                num_dcml_places: 0,
                num_comma_frmttd: false,